projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c601a68
)
(x_catch_errors_unwind): Fix missing return value.
author
Andreas Schwab
<schwab@suse.de>
Sun, 5 Mar 2006 10:46:41 +0000
(10:46 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 5 Mar 2006 10:46:41 +0000
(10:46 +0000)
src/ChangeLog
patch
|
blob
|
history
src/xselect.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 11fe6f910e409b9ed007dc2c3382553b13220652..e3b3fbbe0c056fda8a13662c64fee7fd5763b5d4 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2006-03-05 Andreas Schwab <schwab@suse.de>
+
+ * xselect.c (x_catch_errors_unwind): Fix missing return value.
+
2006-03-02 Kim F. Storm <storm@cua.dk>
* frame.h (struct frame): New member n_tool_bar_rows.
diff --git
a/src/xselect.c
b/src/xselect.c
index 30739c7433169b492624e422857c03de8014c666..9c2c221c02190d0e80c8b2e1d50f3075fb10e081 100644
(file)
--- a/
src/xselect.c
+++ b/
src/xselect.c
@@
-620,6
+620,7
@@
x_catch_errors_unwind (dummy)
BLOCK_INPUT;
x_uncatch_errors ();
UNBLOCK_INPUT;
+ return Qnil;
}
\f